projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4824556
)
(install-arch-indep): Revert second last change completely.
author
Andreas Schwab
<schwab@suse.de>
Sun, 8 Dec 2002 13:59:29 +0000
(13:59 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 8 Dec 2002 13:59:29 +0000
(13:59 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 07fd1f6063e61166550d1dbfa50ac87134098b3e..a9664fcba7f281a862a3c3af9241406eba1462bf 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-442,7
+442,8
@@
install-arch-indep: mkdir info
-unset CDPATH; \
if [ -r ./lisp ] \
&& [ -r ./lisp/simple.el ] \
- && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ]; \
+ && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ] \
+ && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \
then \
echo "Copying lisp/*.el and lisp/*.elc to ${lispdir} ..." ; \
(cd lisp; tar -chf - *.el *.elc) \